/* Maps */
.map-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin: 40px auto;
  max-width: 1200px;
  padding: 0 20px;
  flex-wrap: wrap;
}

.map-section iframe {
  flex: 1 1 600px;
  max-width: 100%;
  box-shadow: 6px 12px 20px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.map-text {
  flex: 1 1 300px;
  color: #333;
}

.map-text h2 {
  margin-top: 0;
  font-size: 1.8rem;
  color: #0077cc;
}

.map-text p {
  font-size: 1rem;
  line-height: 1.6;
}